home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILE_CHG / FILETAL.ZIP / FILETALR.DOC < prev   
Encoding:
Text File  |  1987-10-25  |  4.5 KB  |  106 lines

  1.  
  2.                                  FILE TAILOR
  3.  
  4.              LB Software, 78 Knollwood Dr., Cherry Hill, NJ 08034
  5.  
  6.                             Registration Fee: $20
  7.  
  8.          (Documentation file prepared by the Public Software Library)
  9.  
  10.  
  11.          File Tailor allows you to reformat a file with records up to
  12.          1500 bytes long each.  The process allows you to shorten a
  13.          long record, put a blank between fields, comma-delimit a
  14.          file, enclose text fields in quotes, strip dollar signs and
  15.          commas from numeric fields, and skip records at the beginning
  16.          or end of a file.
  17.  
  18.          After the introductory screen you will be presented with File
  19.          Tailor's main menu.
  20.  
  21.          Supply the name of the input file and the output file.  The
  22.          output file can not be the same as the input file.  If the
  23.          output file already exists, you will be warned so you can
  24.          change it if you like.
  25.  
  26.          Next you may enter the number of records to ignore from the
  27.          beginning or end of the file.  For example, if you skip 4
  28.          records from the beginning of the file, output will begin
  29.          with record 5 of the input file.
  30.  
  31.          Finally supply output options.  These are yes/no questions
  32.          pertaining to the output format.  The options should be self
  33.          explanatory.
  34.  
  35.          You may back up and change any field by using the Tab key.
  36.          Press ENTER when through to set up the file mask.
  37.  
  38.          Note: you may specify PRN as the output file to send the
  39.                reformatted file to your printer.
  40.  
  41.          You are now ready to set up the file mask.  The mask defines
  42.          what data will be sent to the output file and defines fields
  43.          on the record.
  44.  
  45.          You delimit a field with the '-' key.
  46.  
  47.          The last field position is special since it defines the type
  48.          of data in the field.  The type must be specified to allow
  49.          proper processing of the output options.  Place a '!' in the
  50.          last position of text fields and a '#' in the last position
  51.          of numeric fields.
  52.  
  53.          Note that a field may be only one byte in length but it must
  54.          be specified as either ! or #. You may move around a record
  55.          using the cursor keys or any other key.  All input other than
  56.          the special characters is ignored.
  57.  
  58.          Press the ENTER key when you are satisfied with the mask and
  59.          the output file will be created.
  60.  
  61.      Mask Example:
  62.         Output options: Quote=Yes, Space=Yes, Remove $,=Yes
  63.         Record: This is an alpha field $23,456.52 7659.51 25879 345.35
  64.         Mask:   ---------------------! ---------#           !
  65.         Output: "This is an alpha field" 23456.52 "8"
  66.                 │                        │         number as text in quotes
  67.                 │                        Number without $ and ,
  68.                 Text enclosed in quotes
  69.  
  70.  
  71.  
  72.  
  73.  
  74.          ----------------end-of-author's-documentation---------------
  75.  
  76.                         Software Library Information:
  77.  
  78.                    This disk copy provided as a service of
  79.  
  80.                         The Public (Software) Library
  81.  
  82.          Disks in the P(s)L are updated monthly, so if you did not get
  83.          this disk  directly from the P(s)L,  you should be aware that
  84.          the files in this set may no longer be the current versions.
  85.          For a copy of the latest monthly software library newsletter
  86.          and a list of the 800+ disks in the library, call or write
  87.  
  88.                         The Public (Software) Library
  89.                               P.O.Box 35705 - F
  90.                            Houston, TX 77235-5705
  91.                       (713) 721-6104 or (713) 721-5205
  92.  
  93.          We are not the authors of this program, nor are we associated
  94.          with the author in any way other than as a distributor of the
  95.          program in accordance with the author's terms of distribution.
  96.  
  97.          Please direct shareware payments and specific questions about
  98.          this program to the author of the program, whose name appears
  99.          elsewhere in  this documentation. If you have trouble getting
  100.          in touch with the author,  we will do whatever we can to help
  101.          you with your questions. All programs have been tested and do
  102.          run.  To report problems,  please use the form that is in the
  103.          file PROBLEM.DOC on many of our disks or in other written for-
  104.          mat with screen printouts, if possible.
  105.  
  106.